Skip to content

Add full positional test feature#21

Open
colincoleman wants to merge 2 commits into
xyzzy42:masterfrom
colincoleman:feat-positional-test
Open

Add full positional test feature#21
colincoleman wants to merge 2 commits into
xyzzy42:masterfrom
colincoleman:feat-positional-test

Conversation

@colincoleman

@colincoleman colincoleman commented Jun 22, 2026

Copy link
Copy Markdown

Guided six-position timing test that measures rate, beat error, and amplitude across all standard horological positions (DU, DD, CU, CD, CL, CR) with real-time paperstrip visualization.

  • New positional_test.c/.h module with state machine (IDLE, ACTIVE, TRANSITION, COMPLETE) driving the test lifecycle
  • Cairo swim-lane display with tic/toc traces using separate offset chains to isolate rate drift from beat error wobble
  • Per-position results computed by averaging live snapshot readings from a configurable window (last N seconds)
  • Configuration dialog with watch name, position duration, and averaging window settings
  • Text report panel rendered on-screen during and after test, populating as positions complete
  • Save Report button exports plain-text fixed-width report to file
  • Full Test / Cancel Test button with controls lock during test
  • Signal loss detection with 60-second skip/cancel dialog

Covers #17

Guided six-position timing test that measures rate, beat error, and
amplitude across all standard horological positions (DU, DD, CU, CD,
CL, CR) with real-time paperstrip visualization.

- New positional_test.c/.h module with state machine (IDLE, ACTIVE,
  TRANSITION, COMPLETE) driving the test lifecycle
- Cairo swim-lane display with tic/toc traces using separate offset
  chains to isolate rate drift from beat error wobble
- Per-position results computed by averaging live snapshot readings
  from a configurable window (last N seconds)
- Configuration dialog with watch name, position duration, and
  averaging window settings
- Text report panel rendered on-screen during and after test,
  populating as positions complete
- Save Report button exports plain-text fixed-width report to file
- Full Test / Cancel Test button with controls lock during test
- Signal loss detection with 60-second skip/cancel dialog
@colincoleman colincoleman force-pushed the feat-positional-test branch from 951e678 to 1d4bc75 Compare June 22, 2026 19:20
@colincoleman

colincoleman commented Jun 22, 2026

Copy link
Copy Markdown
Author

Force pushed to remove sloppy tests and useless binaries that were with them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant